home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Looks tasty but itΓÇÖs way to big for me to carry around all in one piece.";
- }
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Looks tasty but itΓÇÖs way to big for me to carry around all in one piece.";
- }
- if(_root.micon._currentframe == 40 && _root.range == true && _root.even27 == 0)
- {
- _root.take = 49;
- _root.sfx.gotoAndStop(3);
- _root.even27 = 1;
- _root.next_dis1 = 2;
- _root.next_txt1 = "Lord of the Flies has nothing on me!";
- }
- }
- }
-